xen.git
2005-10-23 emellor@leeni... Change the semantics of GetDomainPath so that it always...
2005-10-23 emellor@leeni... Instead of writing errors to
2005-10-23 kaf24@firebug... Enable TSC-offsetting capability to ensure that VMX
2005-10-23 kaf24@firebug... Fix an issue for passing arguement from control panel...
2005-10-23 kaf24@firebug... some fixes to VMX:
2005-10-22 emellor@leeni... Reintroduce the changes made by changeset 7455:02132480...
2005-10-22 kaf24@firebug... Fix 'xm vcpu-list'. List cpumap as 'CPU Affinity'. Use
2005-10-22 kaf24@firebug... cpumap cleanups -- Python now deals with lists of cpus
2005-10-22 kaf24@firebug... Fix assertions in bitops.c.
2005-10-22 kaf24@firebug... This patch is to make xentop able to print vcpu usage...
2005-10-22 kaf24@firebug... Two patches were applied to pygrub's setup.py to work...
2005-10-21 kaf24@firebug... Disable Xen verbosity by default. At this point I think it
2005-10-21 jrb44@plym... Temporary workaround to xend start problem.
2005-10-21 kaf24@firebug... This is a follow up of PIC device model by Xiaofeng...
2005-10-21 kaf24@firebug... Tweak to pygrub build config detection.
2005-10-21 kaf24@firebug... Fix allocation of phys_to_machine_mapping array during
2005-10-21 jrb44@plym... Add biossums dependency to Makefile to avoid parallel...
2005-10-21 emellor@leeni... Merged.
2005-10-21 emellor@leeni... Explicitly delete xc instance, which will hopefully...
2005-10-21 kaf24@firebug... Fix early bootstrap of secondary VCPUs on x86/64.
2005-10-21 emellor@leeni... Break proc paths out into separate include file, rather...
2005-10-21 emellor@leeni... Merged.
2005-10-21 emellor@leeni... Break common network code in xen-network-common.sh...
2005-10-21 emellor@leeni... Tidy xend-config.sxp, removing entries that haven't...
2005-10-21 kaf24@firebug... Work around internal error in some versions of x86...
2005-10-21 emellor@leeni... Removed xen.util.process, as no-one is using it, and...
2005-10-21 emellor@leeni... Remove unused Vifctl.vifctl and Vifctl.set_vif_name...
2005-10-21 emellor@leeni... Output the Xen changeset in the logs at start of day.
2005-10-21 kaf24@firebug... Upgrade tree to 2.6.12.6.
2005-10-21 kaf24@firebug... Update one file from qemu 0.71 for Cirrus Logic VGA...
2005-10-21 kaf24@firebug... Send special keys that your graphical user interface...
2005-10-21 kaf24@firebug... Turn off some debug switches by default
2005-10-20 kaf24@firebug... This patch to the Xen access control module (ACM) and...
2005-10-20 jrb44@plym... Avoid specifying bogus DISPLAY=None when spawning devic...
2005-10-20 emellor@leeni... Set antispoof default to yes, as this seems safer,...
2005-10-20 emellor@leeni... Merged.
2005-10-20 emellor@leeni... Fix the recently-introduced failure to preserve uuid...
2005-10-20 kaf24@firebug... New function direct_kernel_remap_pfn_range(). Like
2005-10-20 kaf24@firebug... disable bogus touchpad device model, which cause annoyi...
2005-10-20 kaf24@firebug... smp_call_function() must be usable as an expression
2005-10-20 kaf24@firebug... Fix NMI race with context switch.
2005-10-20 tristan.gingold... Makes smp_call_function a real stmt if CONFIG_SMP is...
2005-10-19 emellor@leeni... This patch fixes the problem that VMX guest can not...
2005-10-19 emellor@leeni... Merged.
2005-10-19 emellor@leeni... New network-bridge script and associated gubbins.
2005-10-19 kaf24@firebug... pygrub's setup.py relies on distutils.UnixCCompiler...
2005-10-19 kaf24@firebug... Declare ac_timer_init() properly in ac_timer.h
2005-10-19 emellor@leeni... Merge.
2005-10-19 emellor@leeni... Added diagnosis tool for broken domains.
2005-10-19 kaf24@firebug... Add slack to balloon driver to allow to counteract...
2005-10-19 kaf24@firebug... merge
2005-10-19 kaf24@firebug... Better fix to detect failed patch application when...
2005-10-19 emellor@leeni... Set the console limit for DomUs based on a value set...
2005-10-19 emellor@leeni... Some trivial changes for the tool scripts:
2005-10-19 emellor@leeni... Added sedf_get functionality to XendClient interface...
2005-10-19 emellor@leeni... Remove unused parameter from addControllerClass. This...
2005-10-19 emellor@leeni... Remove unused shadow_control functionality from the...
2005-10-19 emellor@leeni... Take advantage of the new UUID (handle) stored for...
2005-10-19 kaf24@firebug... Rename 2.6.12.5 patch so it actually gets applied....
2005-10-18 kaf24@firebug... Fix -xen builds.
2005-10-18 kaf24@firebug... Domain0 doesn't do initial VCPU hotplug via xenstore.
2005-10-18 kaf24@firebug... Remove 'n_vcpu' field from start_info structure. Domain0
2005-10-18 emellor@leeni... Protect __del__ from failure inside __init__ by setting...
2005-10-18 emellor@leeni... Added uuid unit test.
2005-10-18 emellor@leeni... Fix call to getVCpuCount for dom0.
2005-10-18 kaf24@firebug... Merge i386/x86_64 smpboot.c into a simplified common...
2005-10-18 kaf24@firebug... alloc_netif() must return a ERR_PTR() on error, not...
2005-10-18 kaf24@firebug... Clean up some VMX IO handler code:
2005-10-18 kaf24@firebug... Fix x86_64 smp boot:
2005-10-18 kaf24@firebug... Allow interdomain channels to bind DOMID_SELF to DOMID_...
2005-10-18 kaf24@firebug... There are only six fields in vcpuinfo.
2005-10-18 kaf24@firebug... In the shadow mode, thanks to recent patches, the shadow
2005-10-18 cl349@firebug... Fix transaction EAGAIN handling in xenstore client...
2005-10-17 emellor@leeni... Put back the arg_check calls removed recently -- they...
2005-10-17 emellor@leeni... More removal of BE_DOMAIN flags.
2005-10-17 emellor@leeni... Merged.
2005-10-17 emellor@leeni... Have xenstored initialise its connections, meaning...
2005-10-17 kaf24@firebug... Remove useless SIF_XXX_BE_DOMAIN driver flags.
2005-10-17 kaf24@firebug... Make the event-channel pending and mask arrays consist of
2005-10-17 emellor@leeni... Merged.
2005-10-17 emellor@leeni... Replace xm vcpu-enable and xm vcpu-disable with one...
2005-10-17 kaf24@firebug... Force RTC driver to fail to load in domU by preventing it
2005-10-17 emellor@leeni... Added a TRACE log level, for those versions of Python...
2005-10-17 kaf24@firebug... Plumb GETVCPUINFO dom0_op through to Python. Remove
2005-10-16 kaf24@firebug... Clean up debug tracing in mm and mm audit code.
2005-10-16 kaf24@firebug... Small cleanup in hotplug script.
2005-10-16 kaf24@firebug... Fix local_irq_save() and irqs_disabled() to be preempti...
2005-10-15 kaf24@firebug... Flush writable pagetable state whenever a domain is
2005-10-15 kaf24@firebug... Fix invalidation of shadow LDT on SMP systems.
2005-10-15 kaf24@firebug... Remove bogus error message in libxenctrl.
2005-10-15 kaf24@firebug... Detect failure to create shutdown process and retry...
2005-10-15 emellor@leeni... Use new -t flag on xenstore-rm to keep the store pruned...
2005-10-15 emellor@leeni... Fix installation decision to make the DISTDIR and DESTD...
2005-10-15 emellor@leeni... Added --tidy flag to xenstore-rm that recursively remov...
2005-10-15 kaf24@firebug... At least for the time being, GETVCPUCONTEXT needs to...
2005-10-15 kaf24@firebug... Extend VCPUINFO dom0_op to return status information...
2005-10-15 kaf24@firebug... Fix NAT for domU checksum offload.
2005-10-15 kaf24@firebug... add BT instruction support to VMX MMIO decoder.
2005-10-14 iap10@freefall... Enable hotplug cpus in -xen x86_32 kernel.
2005-10-14 kaf24@firebug... machine_specific_memory_setup() makes the following...
next